home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / bonus / video / files / abcavi.exe / {app} / Template / wmp_asx.exp < prev   
Encoding:
INI File  |  2004-01-31  |  2.2 KB  |  69 lines

  1. [Info]
  2. Version=3
  3. Name=Windows Media Player play list (ASX)
  4. Target=$(path)\$(name).asx
  5. Clipboard=0
  6. OEM=0
  7. Target_rewrite=1
  8.  
  9. [Replace]
  10. Do_Replace=1
  11. in_1=3C
  12. out_1=28
  13. in_2=3E
  14. out_2=29
  15. in_3=22
  16. out_3=27
  17. in_4=
  18. out_4=
  19. in_5=
  20. out_5=
  21.  
  22. [Description]
  23. 0=*This template creates ASX file with meta tags which should be displayed in Windows Media Player 7.x, 8.x and 9.x
  24. 1=*
  25. 2=*Note - this template creates ASX file in the directory of corresponding AVI file. That's why when you try to process AVI from CD drive or othe read-only device you'll fail. If that's the case, you may change Target/file name field in similar manner:
  26. 3=*
  27. 4=*$(temp)/$(name).asx
  28.  
  29. [Header]
  30. 0=*<ASX Version="3.0">
  31. 1=*<TITLE>Converted from AVI tags</TITLE>
  32. 2=*<AUTHOR>$(abcaviversion)</AUTHOR>
  33. 3=*<COPYRIGHT>Alexander Sorkin aka Kibi</COPYRIGHT>
  34. 4=*<ABSTRACT>Automatically generated from INFO tags of AVI file.</ABSTRACT>
  35. 5=*<PARAM NAME="MoreInfo" VALUE="http://abcavi.tk" />
  36. 6=*
  37.  
  38. [Body]
  39. 0=*<ENTRY>
  40. 1=*$(tab)<REF HREF="$(name).$(ext)" />
  41. 2=*$(tab)<TITLE>$(inam)</TITLE>
  42. 3=*$(tab)<AUTHOR>$(iart)</AUTHOR>
  43. 4=*$(tab)<COPYRIGHT>$(icop)</COPYRIGHT>
  44. 5=*$(tab)<ABSTRACT>$(icmt)</ABSTRACT>
  45. 6=*$(tab)<PARAM NAME="Genre" VALUE="$(ignr), $(isgn)" />
  46. 7=*$(tab)<PARAM NAME="MoreInfo" VALUE="$(imiu)" />
  47. 8=*$(tab)<PARAM NAME="Composer" VALUE="$(imus)" />
  48. 9=*
  49. 10=*$(tab)<PARAM NAME="Category" VALUE="$(iprd)" />
  50. 11=*$(tab)<PARAM NAME="ContentDistributor" VALUE="$(idst)" />
  51. 12=*$(tab)<PARAM NAME="Director" VALUE="$(iart)" />
  52. 13=*$(tab)<PARAM NAME="EncodedBy" VALUE="$(itch)" />
  53. 14=*$(tab)<PARAM NAME="EncodingTime" VALUE="$(idit)" />
  54. 15=*$(tab)<PARAM NAME="Language" VALUE="$(ilng)" />
  55. 16=*$(tab)<PARAM NAME="Location" VALUE="$(iarl)" />
  56. 17=*$(tab)<PARAM NAME="ParentalRating" VALUE="$(irtd)" />
  57. 18=*$(tab)<PARAM NAME="PartOfSet" VALUE="$(iprt)/$(ifrm)" />
  58. 19=*$(tab)<PARAM NAME="Producer" VALUE="$(ipro)" />
  59. 20=*$(tab)<PARAM NAME="Rating" VALUE="$(irtd)" />
  60. 21=*$(tab)<PARAM NAME="RecordingTime" VALUE="$(idit)" />
  61. 22=*$(tab)<PARAM NAME="ReleaseDate" VALUE="$(icrd)" />
  62. 23=*$(tab)<PARAM NAME="SourceURL" VALUE="$(iweb)" />
  63. 24=*$(tab)<PARAM NAME="Writer" VALUE="$(iwri)" />
  64. 25=*$(tab)<PARAM NAME="Year" VALUE="$(crd_year)" />
  65. 26=*</ENTRY>
  66.  
  67. [Footer]
  68. 0=*</ASX>
  69.